翻訳と辞書
Words near each other
・ Shorty Barr
・ Shorty Cantlon
・ Shorty Castro
・ Shorty da Prince
・ Shorty Dee
・ Shorty Fuller
・ Shorty Gallagher
・ Shorty Green
・ Shorty Hamilton
・ Shorter University
・ Shorter Views
・ Shorter, Alabama
・ Shorter, Faster, Louder
・ Shorterville, Alabama
・ Shortest common supersequence problem
Shortest job next
・ Shortest Path Faster Algorithm
・ Shortest path problem
・ Shortest remaining time
・ Shortest river
・ Shortest seek first
・ Shortest tennis match records
・ Shortest total path length spanning tree
・ Shortest-path tree
・ Shortfin barb
・ Shortfin false moray
・ Shortfin lizardfish
・ Shortfin mako shark
・ Shortfin sandskate
・ Shortfin saury


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Shortest job next : ウィキペディア英語版
Shortest job next

Shortest job next (SJN), also known as Shortest Job First (SJF) or Shortest Process Next (SPN), is a scheduling policy that selects the waiting process with the smallest execution time to execute next. SJN is a non-preemptive algorithm. Shortest remaining time is a preemptive variant of SJN.
Shortest job next is advantageous because of its simplicity and because it minimizes the average amount of time each process has to wait until its execution is complete. However, it has the potential for process starvation for processes which will require a long time to complete if short processes are continually added. Highest response ratio next is similar but provides a solution to this problem.
Another disadvantage of using shortest job next is that the total execution time of a job must be known before execution. While it is not possible to perfectly predict execution time, several methods can be used to estimate the execution time for a job, such as a weighted average of previous execution times.
Shortest job next can be effectively used with interactive processes which generally follow a pattern of alternating between waiting for a command and executing it. If the execution burst of a process is regarded as a separate "job", past behaviour can indicate which process to run next, based on an estimate of its running time.
Shortest job next is used in specialized environments where accurate estimates of running time are available. Estimating the running time of queued processes is sometimes done using a technique called aging.
== Weighted shortest job first ==
Weighted shortest job first (WSJF) is a modification of the concept used in agile development where the jobs get weighted with the cost of delay so that the most costly jobs get done sooner.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Shortest job next」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.